home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
DimensionsGraphicsChange.m
< prev
next >
Wrap
Text File
|
1992-02-09
|
424b
|
20 lines
#import "drawundo.h"
@interface DimensionsGraphicsChange(PrivateMethods)
@end
@implementation DimensionsGraphicsChange
- (const char *)changeName
{
return NXLocalStringFromTable("Operations", "Dimensions", NULL, "The operation of changing the dimensions of a graphical entity by typing numbers into text fields for the width and height.");
}
- changeDetailClass
{
return [DimensionsChangeDetail class];
}
@end